From 983aae0b591458c6cf2e3166c4e1170fd0404e7d Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 23 May 2016 17:17:57 +0100 Subject: [PATCH] Config.mk: non-debug build by default Set debug ?= n in preparation for late RCs and eventual release. Signed-off-by: Wei Liu --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.mk b/Config.mk index ada3d05115..f6e536e579 100644 --- a/Config.mk +++ b/Config.mk @@ -17,7 +17,7 @@ or = $(if $(strip $(1)),$(1),$(if $(strip $(2)),$(2),$(if $(strip $(3)),$( -include $(XEN_ROOT)/.config # A debug build of Xen and tools? -debug ?= y +debug ?= n debug_symbols ?= $(debug) # Test coverage support -- 2.30.2